
 
 F u n c t i o n :   d e s c r i b e d B y ( d o m E l e m e n t O r C S S S e l e c t o r ,   t a r g e t - d o m E l e m e n t O r C S S S e l e c t o r ) 
 
 
 
 D e s c r i p t i o n :   S p e c i f i e s   t h a t   t h e   a c c e s s i b l e   d e s c r i p t i o n   f o r   a n   e l e m e n t   i s   t o   b e   s e t   u s i n g   o n e   o r   m o r e   o t h e r   e l e m e n t s . 
 
 
 
 R e t u r n s :   O r i g i n a l   O b j e c t ,   o r   $ A   o b j e c t   i f   c h a i n e d . 
 
 
 
 N o t e :   T h e   d e s c r i b e d B y ( )   f u n c t i o n   w i l l   a u t o m a t i c a l l y   s e t   t h e   a c c e s s i b l e   d e s c r i p t i o n     f o r   a n   e l e m e n t ,   e v e n   i f   t h e   t a r g e t   e l e m e n t s   d o   n o t   i n c l u d e   a n   i d .   I t   w i l l   a u t o m a t i c a l l y   m a n a g e   t h e   a r i a - d e s c r i b e d b y   a t t r i b u t e   a c c o r d i n g l y . 
 
 
 
 E x a m p l e : 
 
 
 
 $ A . d e s c r i b e d B y ( d o m E l e m e n t ,   d o m E l e m e n t D e s c r i p t i o n ) ; 
 
 
 
 $ A . d e s c r i b e d B y ( " . f o r m - f i e l d . e m a i l " ,   " . e m a i l - c o n s t r a i n t - d e t a i l s " ) ; 
 
 
 
 / /   O r   t h e   s a m e   u s i n g   c h a i n i n g 
 
 
 
 $ A ( d o m E l e m e n t ) . d e s c r i b e d B y ( d o m E l e m e n t D e s c r i p t i o n ) ; 
 
 
 
 $ A ( " . f o r m - f i e l d . e m a i l " ) . d e s c r i b e d B y ( " . e m a i l - c o n s t r a i n t - d e t a i l s " ) ; 
 
 